home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Visual Basic Source Code
/
Visual Basic Source Code.iso
/
vbsource
/
vbdates
/
about.frm
next >
Wrap
Text File
|
1995-05-08
|
2KB
|
59 lines
VERSION 2.00
Begin Form AboutForm
BackColor = &H00C0C000&
BorderStyle = 3 'Fixed Double
ClientHeight = 1755
ClientLeft = 3870
ClientTop = 3390
ClientWidth = 2295
Height = 2160
Left = 3810
LinkTopic = "Form1"
ScaleHeight = 1755
ScaleWidth = 2295
Top = 3045
Width = 2415
Begin CommandButton Command1
Caption = "OK"
Height = 315
Left = 720
TabIndex = 3
Top = 1260
Width = 735
End
Begin PictureBox Picture1
Height = 495
Left = 240
Picture = ABOUT.FRX:0000
ScaleHeight = 465
ScaleWidth = 465
TabIndex = 1
Top = 120
Width = 495
End
Begin Label Label2
BackStyle = 0 'Transparent
Caption = "Copyright (c) 1994 By Larry E. Daniel"
Height = 495
Left = 360
TabIndex = 2
Top = 660
Width = 1635
End
Begin Label Label1
Alignment = 2 'Center
BackStyle = 0 'Transparent
Caption = "Calendar 1.0"
Height = 255
Left = 600
TabIndex = 0
Top = 300
Width = 1515
End
End
Sub Command1_Click ()
Unload AboutForm
End Sub